Adwaita: osd spinbutton specificity bump
authorJakub Steiner <jimmac@gmail.com>
Wed, 23 Sep 2020 08:16:55 +0000 (10:16 +0200)
committerJakub Steiner <jimmac@gmail.com>
Wed, 23 Sep 2020 08:16:55 +0000 (10:16 +0200)
- mimic the peculiar selector from the normal style onto osd to
  override.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2769

gtk/theme/Adwaita/_common.scss

index 7ffc6f2f2f85ee0117ec9b16c3e5c65fb8e712d4..2ab2e5e5f2e1f7a8987b152f9a23223b1209ef22 100644 (file)
@@ -1078,7 +1078,8 @@ spinbutton {
       @extend %spinbutton_horz_entry;
     }
 
-    > button {
+    > button.image-button.up:not(.flat),
+    > button.image-button.down:not(.flat) {
       @include button(undecorated);
 
       color: $osd_fg_color;